home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / isode / dosisode / DOSISODE80.ZIP / ISODE8.WRK / H / CONFIG.H_N next >
Encoding:
Text File  |  1991-12-11  |  765 b   |  37 lines

  1. /* ultrix.h - site configuration file for Ultrix 3.1 */
  2.  
  3. /* 
  4.  * $Header: /f/osi/config/RCS/ultrix.h,v 7.0 89/11/23 21:26:32 mrose Rel $
  5.  *
  6.  *
  7.  * $Log:    ultrix.h,v $
  8.  * Revision 7.0  89/11/23  21:26:32  mrose
  9.  * Release 6.0
  10.  * 
  11.  */
  12.  
  13. /*
  14.  *                  NOTICE
  15.  *
  16.  *    Acquisition, use, and distribution of this module and related
  17.  *    materials are subject to the restrictions of a license agreement.
  18.  *    Consult the Preface in the User's Manual for the full terms of
  19.  *    this agreement.
  20.  *
  21.  */
  22.  
  23.  
  24. #ifndef    _CONFIG_
  25. #define    _CONFIG_
  26.  
  27. #define    BSD42            /* Berkeley UNIX */
  28.  
  29. #define    VSPRINTF        /* has vprintf(3s) routines */
  30.  
  31. #define    TCP            /* has TCP/IP (of course) */
  32. #define    SOCKETS            /*   provided by sockets */
  33.  
  34. #define GETDENTS
  35.  
  36. #endif
  37.